home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / JForth / JTools / IFF / load_pic < prev    next >
Encoding:
Text File  |  1991-09-26  |  540 b   |  17 lines

  1. \ Load Pictures system.
  2. \ General purpose code
  3. include? gr.init ju:amiga_graph
  4. include? ?closebox ju:amiga_events
  5. include? task-screen_support ju:screen_support
  6. include? task-graph_support ju:graph_support
  7.  
  8. \ IFF specific code
  9. include? unpackrow jiff:unpacking
  10. include? task-packing jiff:packing
  11. include? task-iff_support jiff:iff_support
  12. include? task-ilbm_parser jiff:ilbm_parser
  13. include? task-ilbm_maker jiff:ilbm_maker
  14. include? task-show_iff jiff:show_iff
  15. include? task-pictures jiff:pictures
  16. include? task-pic_effects jiff:pic_effects
  17.